|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyKey in com.epiphan.vga2usb |
Fields in com.epiphan.vga2usb declared as PropertyKey | |
static PropertyKey |
PropertyKey.DirectShowFixRes
Fixed resolution for DirectShow stream (Windows only). |
static PropertyKey |
PropertyKey.DirectShowFlags
DirectShow stream (Windows only). |
static PropertyKey |
PropertyKey.DirectShowDefaultBmp
GET/SET [wstr], Windows only |
static PropertyKey |
PropertyKey.DirectShowScaleMode
GET/SET [scale], Windows only |
static PropertyKey |
PropertyKey.HardwareCompression
GET only [boolean] |
static PropertyKey |
PropertyKey.DirectShowMaxFps
GET/SET [uint32], Windows only |
static PropertyKey |
PropertyKey.KVMCapable
GET only [boolean] |
static PropertyKey |
PropertyKey.ProductName
GET only [string] |
static PropertyKey |
PropertyKey.SerialNumber
GET only [string] |
static PropertyKey |
PropertyKey.InputSignalType
Type of the input signal. |
static PropertyKey |
PropertyKey.DeviceCaps
Device capabilities. |
Methods in com.epiphan.vga2usb with parameters of type PropertyKey | |
boolean |
Grabber.getBooleanProperty(PropertyKey key)
Gets the value of a boolean property. |
String |
Grabber.getStringProperty(PropertyKey key)
Gets the value of a string property. |
void |
Grabber.setStringProperty(PropertyKey key,
String value)
Sets the value of the specified string property. |
int |
Grabber.getIntProperty(PropertyKey key)
Gets the value of the specified integer property. |
void |
Grabber.setIntProperty(PropertyKey key,
int value)
Sets the value of the specified integer property. |
int |
Grabber.getEnumProperty(PropertyKey key)
Gets the value of the specified enum property. |
void |
Grabber.setEnumProperty(PropertyKey key,
com.epiphan.vga2usb.Enum.Int value)
Sets the value of the specified enum property. |
Size |
Grabber.getSizeProperty(PropertyKey key)
Gets the value of the specified enum property. |
void |
Grabber.setSizeProperty(PropertyKey key,
Size value)
Sets the value of the specified enum property. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |